Difficulty: Easy
Correct Answer: 5, 2, 3, 6, 4, 7, 1
Explanation:
Introduction / Context:
Pick an index sequence to form a known English word from the fixed sequence X(1), O(2), M(3), L(4), C(5), P(6), E(7).
Given Data / Assumptions:
Concept / Approach:
The natural target is “COMPLEX.”
Step-by-Step Solution:
Option D: 5,2,3,6,4,7,1 → C, O, M, P, L, E, X = “COMPLEX”.
Verification / Alternative check:
Compare letters and positions; all letters used once; spelling correct.
Why Other Options Are Wrong:
They yield non-words or misordered strings.
Common Pitfalls:
Swapping PX or ending on E instead of X.
Final Answer:
5, 2, 3, 6, 4, 7, 1
Discussion & Comments